osm: Remove some bad chars from copy and paste!
authoroliskoli <oliskoli>
Thu, 3 Apr 2008 21:04:23 +0000 (21:04 +0000)
committeroliskoli <oliskoli>
Thu, 3 Apr 2008 21:04:23 +0000 (21:04 +0000)
osm.c

diff --git a/osm.c b/osm.c
index 8ea8ecf697a8a9aac4ba8cf4871f9e3971e339dd..a923a5a69b3a9ce6ba86d6fb7a16fc6138ae8593 100644 (file)
--- a/osm.c
+++ b/osm.c
@@ -837,7 +837,7 @@ osm_rte_disp_trail(const route_head *rte)
 {
        if (skip_rte) return;
 
-       gbfprintf(fout, "    <tag k='created_by' v='GPSBabel");
+       gbfprintf(fout, "<tag k='created_by' v='GPSBabel");
        if (gpsbabel_time != 0)
                gbfprintf(fout, "-%s", gpsbabel_version);
        gbfprintf(fout, "'/>\n");